home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape.dxr / 00129.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  232 b   |  10 lines

  1. on mouseUp me
  2.   repeat with X = 10 down to 0
  3.     set the blend of sprite 145 to X * 10
  4.     set the blend of sprite 148 to X * 10
  5.     set the blend of sprite 149 to X * 10
  6.     updateStage()
  7.   end repeat
  8.   sprite(149).visible = 0
  9. end
  10.